You are here: Appendix H: Export/import scripts > Kronocsv.pm

Kronocsv.pm

Converts a structure file from one format to another.

Syntax

./kronocsv.pm <options>

Options
Option Description
--options=<string>
Options passed to the modifier module.
--outfile=<file> | -o=<file>
Output file (stdout if not defined).
--project=<project> | -p=<project>
Project (workspace) ID to convert. The default is no project.
--type=<type> | -t=<type>
Output file type. The default is CSV.
--dir=<dir>| -d=<dir>
Directory where files are checked.
--infile=<file> | -i=<file>

Input file.

Remarks

The dataimport script uses this script internally to convert KDIF and KFIF formats to CSV.

Example

./kronocsv.pm -i 1000.csv -o 1000.xml -t xml
./kronocsv.pm -i 1000.xml -o 1000_2.csv
./kronocsv.pm –i documents.kdif –o documents.csv

www.bluecieloecm.com